Internetstiftelsen, the Swedish Internet Foundation, is a non-profit organization tasked with operating the .se top-level domain, managing the national domain-name registry, and promoting the secure, stable development of the internet in Sweden. Beyond its registry duties, the foundation publishes open-source tools that help end-users and network professionals quantify connection quality; the best-known example is Bredbandskollen, a long-running web and mobile speed-test service whose data also feed national broadband-coverage statistics. The command-line edition, Bredbandskolla CLI, wraps the same measurement engine into a lightweight terminal utility that can be scripted, scheduled, or embedded in larger diagnostic workflows. Typical use cases include ISPs automating nightly throughput audits, system administrators verifying contracted rates on headless servers, and home-lab owners logging latency trends to InfluxDB or Prometheus. Because the tool is released under a permissive license, integrators frequently bundle it with Raspberry Pi-based monitoring kits or incorporate it into Ansible playbooks that sanity-check links before deploying services. Executables are available for Windows, macOS, and Linux, support both IPv4 and IPv6, and emit JSON for straightforward ingestion into dashboards. The publisher’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest upstream build, and can be queued for batch installation alongside other utilities.
Bredbandskollen CLI measures your internet connection speed.
Details